home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue69 / Apache / Listing11.txt < prev    next >
Encoding:
Text File  |  2001-03-26  |  157 b   |  6 lines

  1. if test -n "$LD_LIBRARY_PATH" ; then
  2.   LD_LIBRARY_PATH="$LD_LIBRARY_PATH:<library path>"
  3. else
  4.   LD_LIBRARY_PATH="<library path>"
  5. export LD_LIBRARY_PATH
  6.